Skip to main content

HTML Template

HtmlTemplate

Generates HTML from AsciiDoc files from Apache Freemarker templates.

Configuration

Example

Use the following syntax to configure this plugin globally as part of config.yml:

ort:
reporter:
reporters:
HtmlTemplate:
options:
templateIds: null
templatePaths: null

Options

templateIds

STRING_LIST

A comma-separated list of IDs of templates provided by ORT. If no template id or path is provided, the "disclosure_document" template is used, and if the ORT result contains an advisor run, the "vulnerability_report" and "defect_report" templates are used as well.

templatePaths

STRING_LIST

A comma-separated list of paths to template files provided by the user.